-
Notifications
You must be signed in to change notification settings - Fork 9.1k
v3.2: "example" and "examples" cannot appear together #4912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.2: "example" and "examples" cannot appear together #4912
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird- this is handled correctly in the 3.0 schema, but was apparently dropped in 3.1? Which was definitely an error.
997d12a
to
5a6eb77
Compare
This should probably be backported to 3.1.2 then? |
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a "fail" test case that would pass without the additional lines?
This affects the places where examples are used: parameter, header, and media-type objects for OAI#4598.
5a6eb77
to
dc5dad6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. 👍
This affects the places where examples are used: parameter, header, and media-type objects
for #4598.